home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / games / vast_112.zip / EPSONLQ.PRD < prev    next >
Text File  |  1993-06-10  |  1KB  |  60 lines

  1. #  EPSON LQ Driver Version 1.1
  2. #  Copyright Douglas P. Webb 1993, All rights reserved.
  3.  
  4. #  This is a comment. The # at the beginning of the line makes it so.
  5. #  No line which is not a comment may exceed 80 characters.
  6.  
  7. #  A line which consists only of the string CRLF will generate a
  8. #    carriage return/linefeed in the output to the printer
  9.  
  10. #  Anything starting with ~ is a variable unless it's ~~
  11. #  Predefined variables are:
  12. #     ~R   which is the current row (line number)
  13. #     ~C   which is the current column
  14.  
  15.  
  16. [DEFINES]
  17.  
  18.  
  19. # Turn off possible compressed/expanded/double strike printing
  20. # Use Near Letter Quality
  21. # If you find NLQ slows things down too much remove the x at
  22. #    the end of the line after preamble
  23. [PREAMBLE]
  24. Hx
  25.  
  26.  
  27. #Formfeed
  28. #If you don't want a formfeed at the end of every page erase the   after
  29. #  postamble
  30. [POSTAMBLE]
  31.  
  32.  
  33.  
  34. # Set double strike
  35. [BOLD]
  36. G
  37.  
  38.  
  39. # Turn off double strike
  40. [NORMAL]
  41. H
  42.  
  43.  
  44. [PRELINE]
  45.  
  46.  
  47. #default is carriage return/linefeed
  48. [POSTLINE]
  49.  
  50.  
  51. [FORMFEED]
  52.  
  53.  
  54.  
  55. [REPLACE]
  56.  
  57.  
  58. # Number of lines of text that should appear on a page
  59. [LINES/PAGE]
  60. 62